home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / hinge / lang.h < prev    next >
C/C++ Source or Header  |  1992-11-11  |  199b  |  11 lines

  1. #ifndef _LANG_H_
  2. #define _LANG_H_
  3.  
  4. #include "lisp.h"
  5.  
  6. void handle_pick(char *name, HPoint3 *got,
  7.          int vert, HPoint3 *v, int edge, HPoint3 e[]);
  8. extern void Input ( void );
  9.  
  10. #endif /* ! _LANG_H_ */
  11.